home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / prog / mint / bed02 / readme < prev   
Text File  |  1993-08-15  |  3KB  |  82 lines

  1.         BED 0.2
  2.         Bermuda EDitor
  3.         (c) Vincent Pomey, 1993
  4.  
  5.  
  6. This file is supposed to be written in english and should
  7. be considered as the documentation of Bed.
  8.  
  9.  
  10. INTRODUCTION
  11. ============
  12.  
  13.     Bed is a Motif-based FidoNet message editor. It runs with
  14. a Bermuda message base (aka Pandora format, The-Box format etc).
  15. In order to use it, you should use the Bermuda mail processing
  16. software (or equivalent). Bermuda has been posted to alt.sources
  17. recently.
  18.  
  19.     It is largely based on the look and feel of Led, a similar
  20. message reader on Atari ST written by Volkmar Wieners and Roland Bohn.
  21.  
  22.     You need an Ansi compiler (e.g. GCC) and the Motif libraries
  23. to compile it. The file missing.c contains a few functions (strstr,
  24. strftime) that your libraries may not have. Please check it, as well
  25. as the associated file missing.h, and remove declarations if you
  26. already have one of the function. I'm using a BSD 4.3 system.
  27.  
  28.     No warranties included etc etc...
  29.  
  30.  
  31. DOCUMENTATION
  32. =============
  33.  
  34.     You need to set the MAILER variable to the directory containing
  35. tb.cfg (or bermuda.cfg). This file is the configuration file of
  36. Bermuda, please refer to Bermuda manual for more information. It will
  37. create in that directory led.new, which contains the lastread pointers.
  38.  
  39.     The "editor" ressource in Bed sets the editor to use for message writing.
  40.  
  41.     When you are asked for a destination, you may enter the user+node
  42. in two formats :
  43. Francois Francois @ 2:320/100.0
  44. or
  45. Francois Francois (2:320/100.0)
  46. The point part (.0) and the zone part (2:) are optionnal.
  47.  
  48.     A user-list is kept in the MAILER directory, containing all the
  49. user names and nodes you have put in it (either by hand or by using the
  50. "Add user in ulist" function).
  51.  
  52.     When entering a destination field, you may only enter the name,
  53. Bed will look for the node number in the user list file. It is also
  54. possible to abbreviate it with only the two initials : you may write a
  55. message to vp, it will be correctly expanded if you have the line :
  56. Vincent Pomey    2:320/100.0
  57. in you ulist file. Note that the separator
  58. between the name part and the node part is a tab.
  59.  
  60.     The carbon-copy option (send message to multiple users)
  61. requires a "carbon file" where you put the names of all the carbon
  62. receivers, one per line. All valid destination formats previously
  63. explained are ok (abbreviations etc). You choose carbon copy amongst
  64. the messages flags.
  65.  
  66.     The search option accept any regular expression. Thus it is case
  67. sensitive if you ask for a 'conventional' string.
  68.  
  69.     The previous subject/next subject search for message with the same
  70. subject (ignoring the eventual heading Re:)
  71.  
  72. TODO
  73. ====
  74. Headers editing
  75. Built-in editor ?
  76. Space will scroll down the message (I need to look in my Motif book)
  77. More option in search (case insensitive etc)
  78.  
  79.     That's all folks !
  80.  
  81. vincent@stell.frmug.fr.net or Vincent Pomey (2:320/100.2)
  82.